Get

Function

Push event via the GET method.

URL

GET {user defined in Event > Event Push Platform}?EventType=xx&EventTime=xx&EventAction=xx&MACAddress=xx

Table 1

ParameterRangeTypeDescription
EventType"VideoMotion"
"IOAlarm"
"PIRAlarm"
"SoundDetect"
"VT"
"SOD"
"LCD"
"PID"
"PD"
"PD_VD"
"FD"
"CC"
"AD"
"CD"
"QD"
"LPD"
"RSD"
"Intrusion"
"RegionEntrance"
"RegionExiting"
"FireDetection"
"Measurement"
stringType of event
EventTimestringStart time of event
EventAction"start"
"stop"
stringState of event
MACAddressstringMAC address. For example:D094662C1A8D

Sample:

Custom URL: /API/AlarmEvent/EventPush

GET /API/AlarmEvent/EventPush?EventType=VideoMotion&EventTime=2022-5-26 11:5:0&EventAction=start&MACAddress=5C-F2-07-49-0F-24 HTTP/1.1
Host: 172.16.8.63:123
Accept: */*
Content-Type: application/json;charset=UTF-8